
.menuitemcontainer {
	
	text-align: left;
	height: 25px;
	font-size: 14px;
	
}

.navBar {
	vertical-align: top;
	width: 894px;
	padding: 0px;
	margin-left: 3px;
	margin-right: 3px;
	background-color: #ffffff;
}

.subcontent a:link, .subcontent a:visited, .subcontent a:active, .subcontent a:hover {
	
	/*font-family: helvetica, arial, verdana, tahoma, sans-serif;*/
	/*font-size: 0.9em;*/
	/*line-height: 150%;*/
	color: #000000;
	text-decoration: underline;
	border: none;
	height: auto;
	padding: 0;
	margin: 0;
	background-color: transparent;
	display: inline;
	}
	
.subcontent a:hover {
	color: #000000;
	text-decoration: none;
	}

.menuitemcontainer a:link, .navBar a:visited, .navBar a:active {
	padding: 4px 2px 2px 25px;
	display: block;
	color: #000000;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	font-family: helvetica, verdana,tahoma;
	border-top: 1px solid #ffffff;
	/*background-image: url('menuitem_closed.gif'); */
	background-repeat: no-repeat;
	height: 26px;
	background-color: #ffffff;
	vertical-align: middle;
}

.menuitemcontainer a:hover {
	
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-image: url('bgNavItemHover.png'); 
	background-repeat: no-repeat;
	height: 26px;
	vertical-align: middle;
}
.menu_current {
	
	height: 26px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	background-image: url('bgNavItemCurrent.png'); 
	background-repeat: no-repeat;
	vertical-align: middle;
}

.menu_normal {
	
	height: 26px;
	background-image: url('bgNavItem.png'); 
	background-repeat: no-repeat;
	vertical-align: middle;
}

.current {
	font-weight: bold;
}